projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d3b76
)
(xlwmenu_redisplay): New function.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 21 Nov 2000 22:27:08 +0000
(22:27 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 21 Nov 2000 22:27:08 +0000
(22:27 +0000)
lwlib/xlwmenu.c
patch
|
blob
|
history
diff --git
a/lwlib/xlwmenu.c
b/lwlib/xlwmenu.c
index ccc8483c4eab6bf7872f5e94720c0d1aa812e84b..86388b0013a947112e40bdec404c636764b0e729 100644
(file)
--- a/
lwlib/xlwmenu.c
+++ b/
lwlib/xlwmenu.c
@@
-1736,6
+1736,17
@@
XlwMenuRedisplay (w, ev, region)
display_menu (mw, i, False, NULL, NULL, NULL, NULL, NULL);
}
+
+/* Part of a hack to make the menu redisplay when a tooltip frame
+ over a menu item is unmapped. */
+
+void
+xlwmenu_redisplay (w)
+ Widget w;
+{
+ XlwMenuRedisplay (w, NULL, None);
+}
+
static void
XlwMenuDestroy (w)
Widget w;